home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat5 / stl.z / stl
Encoding:
Text File  |  2002-10-03  |  1.2 KB  |  28 lines

  1. STL(5)                                                Last changed: 3-17-99
  2.  
  3.  
  4. NNAAMMEE
  5.      SSTTLL - Standard Template Library
  6.  
  7. IIMMPPLLEEMMEENNTTAATTIIOONN
  8.      IRIX systems
  9.  
  10. DDEESSCCRRIIPPTTIIOONN
  11.      The Standard Template Library, or STL, is a C++ library of container
  12.      classes, algorithms, and iterators; it provides many of the basic
  13.      algorithms and data structures of computer science.  The STL is a
  14.      generic library, meaning that its components are heavily
  15.      parameterized: almost every component in the STL is a template.  You
  16.      should make sure that you understand how templates work in C++ before
  17.      you use the STL.
  18.  
  19.      The Standard Template Library Programmer's Guide is packaged with the
  20.      MIPSpro C++ compiler documentation (online only), and it is also
  21.      available via the World Wide Web at the following URL:
  22.      hhttttpp::////wwwwww..ssggii..ccoomm//TTeecchhnnoollooggyy//SSTTLL//iinnddeexx..hhttmmll.
  23.  
  24. SSEEEE AALLSSOO
  25.      _C++ _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e, publication 007-0704-130
  26.  
  27.      This man page is available only online.
  28.